Don't use a bundled gcc on windows
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Sep 2014 18:18:18 +0000 (11:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Sep 2014 18:18:18 +0000 (11:18 -0700)
.travis.install.deps.sh

index 4a082e923b543aeaa7bba151975ec204c70b9658..bece34213fca5424c2efc139e4e75aa703925f64 100755 (executable)
@@ -59,6 +59,8 @@ else
     curl -O http://$host/dist/rust-nightly-$triple.exe
     innounp -y -x rust-nightly-$triple.exe
     mv '{app}' rustc
+    # Don't use the bundled gcc, see rust-lang/rust#17442
+    rm -rf rustc/bin/rustlib/$triple/gcc
     rm -f rust-nightly-$triple.exe
 fi